home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / 1994.12.gz / 1994.12 / 000030_swift@acs.bu.edu_Tue Dec 6 16:42:14 1994.msg < prev    next >
Internet Message Format  |  1994-12-30  |  950b

  1. Received: from ACS3.BU.EDU by cs.umb.edu with SMTP id AA28252
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Tue, 6 Dec 1994 21:53:11 -0500
  3. Received: by acs3.bu.edu (8.6.9/BU_Server-1.1)
  4.     id VAA65650; Tue, 6 Dec 1994 21:42:15 -0500
  5. From: swift@acs.bu.edu (Matthew Swift)
  6. Message-Id: <199412070242.VAA65650@acs3.bu.edu>
  7. Date: Tue, 06 Dec 94 21:42:14 -0500
  8. Reply-To: swift@bu.edu
  9. To: rbhumbla@ames.UCSD.EDU (Ravinder Bhumbla)
  10. Cc: tex-k@cs.umb.edu
  11. Subject: MakeTeXPK - fix to permissions on created fonts 
  12. In-Reply-To: (Your message of Tue, 06 Dec 94 14:16:47 PST.)
  13.              <9412062216.AA02779@mechanics.UCSD.EDU> 
  14.  
  15.  
  16. > Adding the following as the *second*-to-last executable statement in
  17. > MakeTeXPK fixes that.
  18.  
  19. >    cd $DESTDIR || exit 1
  20. >    mv pktmp.$$ $PKNAME
  21. >    chmod 644 $DESTDIR/$PKNAME # add this line below the above two.
  22.  
  23.  
  24. The same should be done for $DESTDIR, which definitely needs to be
  25. world-writable when it's created.